home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$0000016C,$0000005A,$0000023F,$000002CD,$00000000,$00000000,$00000000,$00000000};
- LayoutWindow is {$000000D3,$00000178,$0000032F,$00000267,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oMusic2,
- ofond3,
- oreportage_sommaire4,
- oBox7,
- oreportage_lancer5,
- oVid_o6
- ];
- Events is [
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Rewind is true; end
- ];
- end,
- cKeyboardEvent
- with Flags is $00000004; Test is IsSpace;
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oVid_o6; Mode is Toggle; end
- ];
- end,
- cKeyboardEvent
- with Value is "+";
- Commands is [
- cSetVolumeCommand
- with Mode is ExecuteHigher; end
- ];
- end,
- cKeyboardEvent
- with Value is "-";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteLower; end
- ];
- end,
- cKeyboardEvent
- with Value is "m";
- Commands is [
- cRunCommand
- with Flags is $00000004; Mode is Toggle; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oMusic2 is cSound
- with
- Flags is $00000150;
- Name is "Music";
-
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
- Looping is true;
- URL is "data/Sons/1.mp3"; URLOption is GetDiskURL;
-
- end;
-
- object ofond3 is cImage
- with
- Name is "fond";
- Enabled is false;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/bonus2.jpg"; URLOption is GetDiskURL;
-
-
- end;
-
- object oreportage_sommaire4 is cImage
- with
- Flags is $00000150;
- Name is "reportage sommaire";
- Shown is false; Cursor is oFingerCursor;
- X is 629; Y is 573;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/vid%20sommaire.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; end
- ];
- end,
- cMouseLeaveEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "data/Interface/sommaire.k"; URLOption is GetDiskURL; end
- ];
- end
- ];
- end;
-
- object oBox7 is cBox
- with
- Flags is $00008151;
- Name is "Box";
- Region is {$FFFF000A,$00000000,$006A006A};
- Cursor is oFingerCursor;
- X is 515; Y is 375;
- Width is 106; Height is 108;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00004004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00004000; URL is "data/Interface/mcm.k"; URLOption is GetDiskURL; end
- ];
- end
- ];
- end;
-
- object oreportage_lancer5 is cImage
- with
- Flags is $00000150;
- Name is "reportage lancer";
- Shown is false; Cursor is oFingerCursor;
- X is 475; Y is 573;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/vid%20video.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; end
- ];
- end,
- cMouseLeaveEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o6; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o6; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o6; Rewind is true; end,
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Mode is Clear; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oVid_o6 is cMPEGMovie
- with
- Name is "Vid\$E9o";
- Enabled is false; Shown is false; Cursor is oEmptyCursor;
-
- Width is 800; Height is 600;
-
- URL is "data/Videos/bonus2.mpg"; URLOption is GetDiskURL;
- Events is [
- cMouseUpEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; Mode is Clear; end,
- cEnableCommand
- with Target is oTargetSelf; Mode is Clear; end,
- cRunCommand
- with Target is oTargetSelf; Mode is Clear; Rewind is true; end,
- cRunCommand
- with Target is oMusic2; Rewind is true; end
- ];
- end,
- cFinishedEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; Mode is Clear; end,
- cEnableCommand
- with Target is oTargetSelf; Mode is Clear; end,
- cRunCommand
- with Target is oTargetSelf; Mode is Clear; Rewind is true; end,
- cRunCommand
- with Target is oMusic2; Rewind is true; end
- ];
- end
- ];
- end;